TRREST_AICHAT
Trigger REST and AI CHAT connector samples
Sr. No | Service Name | Description | Details |
---|---|---|---|
1. | groqCall | Invoking rest call to the GROQ chat AI using llama3-70b-8192 model with a test input and text answer as the output. |
POST
|
2. | chatPractical | Practical Example of Chat AI model. Rest post service with a string containing the order number. Call the AI chat model, to extract this order number from the text. Get order details for this order number from the DB. Convert the returned order detail to simple English text, by calling the AI chat model. Now this English response is returned as a Response of the service. |
POST
|
3. | groqConnectionTimeout | Rest call with connection timeout waiting of 1 millisecond that throws an error and an error response is returned for the connection timed out. |
POST
|
4. | groqReadTimeout | Rest call with response timeout waiting of 1 millisecond that throws an error and an error response is returned for the read timed out. |
POST
|